func runtime.goroutineProfileWithLabelsConcurrent

2 uses

	runtime (current package)
		mprof.go#L853: 	return goroutineProfileWithLabelsConcurrent(p, labels)
		mprof.go#L899: func goroutineProfileWithLabelsConcurrent(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {